home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / PRAC9600.MOD < prev    next >
Text File  |  1995-12-14  |  2KB  |  45 lines

  1. ;Practical Peripherals 9600SA/14400FXMT
  2. ;
  3. ; last updated: 03/14/95 The University of Iowa
  4. ; by:           Feather Lacy (flacy@blue.weeg.uiowa.edu)
  5. ;
  6. ; If you make a change to this file you should change the description (the
  7. ; top line) so that the setup program can distinguish this new setup from
  8. ; the one you changed.  Be sure to rename and copy the modified file to
  9. ; the scripts directory.
  10. ;
  11. ; An explicit \r must be placed at the end of a send line if you wish to
  12. ; terminate the line.  \r\n are stripped to \r.  \n will be sent without
  13. ; translation.
  14. ;
  15. ; The modem is assumed to be configured such that
  16. ;  1) When DTR is dropped the modem dropps carier and goes into command mode
  17. ;  2) Passes Break through, does not go into command mode
  18. ;  3) Must operate in reliable mode LAMP or MNP
  19. ;  4) Hardware flow control is desired, modem and eudora.ini file must match
  20. ;  5) The modem does not change the DCE speed after connect
  21. ;
  22. cancelon ERROR
  23. ;
  24. send AT\r
  25. pause 1
  26. ;
  27. ; Notes:
  28. ; Factory defaults:
  29. ;         &Q5    = V.42 EC (Error Correction) operation
  30. ;                  (Requires flow control).
  31. ;         &K3    = Enable RTS/CTS Hardware local flow control
  32. ;
  33. ; Other Settings:
  34. ;         &F     = Reset to Factory Defaults
  35. ;         &L0    = Lowest volume setting
  36. ;         &C1    = Track actual state of remote modem's carrier
  37. ;         &D2    = Hang up, disable auto-answer, return to command mode
  38. ;                  on DTR.
  39. ;
  40. send AT&FL0&C1&D2\r
  41. waitfor OK
  42. ;
  43. set FlowControl=Hardware
  44. ;
  45.